gdkcontentserializer: Use newlines for file separators
authorCorey Berla <corey@berla.me>
Mon, 10 Oct 2022 16:35:00 +0000 (09:35 -0700)
committerCorey Berla <corey@berla.me>
Mon, 10 Oct 2022 20:27:07 +0000 (13:27 -0700)
commit3168a3e08612c27843e641879dde7bcfb053d5b5
tree6094b133790c669346a4a3d9be6fe9212275fbc0
parent1b4ed005091c0c0fd3ca387f9f12890b72e1893c
gdkcontentserializer: Use newlines for file separators

Use newlines rather than spaces to separate file paths (or uri's)
when serializing text/plain files.  There isn't a matching
deserializer, so we can do this in isolation.  Newlines
seem to make more sense when pasting into a text editor etc.

Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/5240
gdk/gdkcontentserializer.c